.abl-content-body {
    background: #FFF;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
    -ms-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
    -o-box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 25%);
}
a.abl-delete {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    color: #FF0000;
}
.abl-form-control {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.abl-dir-col {
    flex-direction: column;
}
.abl-leftSide {
    min-width: 180px;
}
.abl-rightSide {
    width: 100%;
    position: relative;
    padding-right: 50px;
}
.abl-fullSide {
    width: 100%;
}
.abl-heading {
    font-family: sans-serif;
    /* border-bottom: 1px solid #777; */
    font-weight: 400;
    text-align: center;
    display: block;
    color: #777;
    font-size: 18px;
}
.abl-form-control input[type="url"], .abl-form-control input[type="text"], .abl-form-control select, .abl-form-control input[type="file"] {
    width: 100%!important;
    padding: 6px 12px;
    border: 1px solid #bbb;
    font-size: 14px;
    font-family: sans-serif;
    min-width: 25rem;
    min-height: 42px;
    border-radius: 4px;
    margin: 0;
    line-height: 2;
}
.abl-form-control textarea {
    width: 100%!important;
    padding: 6px 12px;
    border: 1px solid #bbb;
    font-size: 14px;
    font-family: sans-serif;
    max-width: 25rem;
    height: 80px;
    resize:none;
}
.abl-form-control button {
    height: 42px;
}
.abl-leftSide label {
    font-weight: 500;
    font-size: 14px;
    font-family: sans-serif;
    border-bottom: 1px solid #777;
    color: #777;
    padding-bottom: 3px;
}
.abl-form-control ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d8d8d8;
    opacity: 0.8;
}

.abl-form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8d8d8;
    opacity: 0.8;
}

.abl-form-control ::-ms-input-placeholder { /* Microsoft Edge */
    color: #d8d8d8;
    opacity: 0.8;
}
.abl-shortcode-container > input {
    background: transparent;
    border: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.abl-shortcode-container > span {
    display: block;
    text-align: center;
    color: #777;
    font-size: 12px;
}
#toplevel_page_abl{
    display: none !important;
}